home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / p4 / p4-1_2b.lha / p4-1.2b / contrib_f / README < prev   
Text File  |  1992-10-19  |  593b  |  13 lines

  1. This directory contains some simple Fortran examples contributed by users.
  2.  
  3. norm - The master program constructs a matrix and distributes its 
  4.        columns to the slave processes to compute the 1-norms of the 
  5.        columns (the sums of the absolute values of the entries).
  6.  
  7. comm - A stress test for message passing.  Prompts for number of iterations, 
  8.        and sends increasingly large messages (up to length 2^19) to the
  9.        slaves and back in various configurations.
  10.  
  11. *.pg - The procgroup files necessary for running the above programs on
  12.        various configurations of machines.
  13.